/**nybanner**/

.n_banner {
	width: 100%;
	position: relative;
	left: 0%;
	margin-left: 0px;
	margin-top: 100px;
	overflow: hidden;
}

.n_banner .title {
	font-size: 78px;
	font-family: Impact !important;
	text-transform: uppercase;
	text-align: center;
	color: #fff;
	line-height: 78px;
}

.n_banner .text {
	position: absolute;
	width: 100%;
	z-index: 9;
	top: 50%;
	transform: translateY(-50%);
}

.n_banner img {
	width: 100%;
	margin: 0 auto
}



/**fl**/

.fl {
	width: 100%;
	border-bottom: 1px #eeeeee solid;
	background: #fff;
}

.fl_list {
	width: 100%;
	display: flex;
	justify-content: center;
	margin-top: 30px;
	color: #fff;
	font-size: 16px;
}

.fl_list a {
	line-height: 30px;
	width: auto;
	font-size: 16px;
	color: #fff;
	float: left;
	position: relative;
	margin: 0px 30px;
	display: flex;
	justify-content: center;
	align-items: center;
}

.fl_list a:before {
	content: '';
	width: 5px;
	height: 5px;
	background: #fff;
	position: relative;
	bottom: 0px;
	opacity: 1;
	display: inline-block;
	margin-right: 10px;
}

.fl_list a:hover:before {
	opacity: 1;
}

.fl_list .on:before {
	opacity: 1;
}

.fl_list a:hover {
	color: #fff;
}

.fl_list .on {
	color: #fff;
}

.mbx {
	width: 25%;
	float: right;
	line-height: 65px;
	text-align: right;
	color: #999;
}

.fl_center {
	max-width: 1340px;
	padding: 0px 20px;
	overflow: hidden;
	margin: auto;
}




/**news**/


.nynews_main {
	max-width: 1340px;
	padding: 100px 20px 50px;
	margin: auto;
	overflow: hidden;
	display: flex;
	justify-content: center;
}

.nynews_list {
	width: 100%;
	float: left;
	margin-right: 0px;
	padding: 0px 0px;
	cursor: pointer;
	margin-bottom: 34px;
}


.nynews_list_c {
	width: 100%;
	position: relative;
	overflow: hidden;
}

.nynews_list_img {
	overflow: hidden;
	position: relative;
	float: left;
	width: 100%;
	height: 0px;
	padding-top: 65%;
}



.nynews_list_img .ico {
	display: block;
	width: 100%;
	transform: scale(1);
	transition: all 0.5s;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	height: 100%;
	background-size: cover !important;
}

.nynews_list:hover .nynews_list_img .ico {
	position: absolute;
	top: 50%;
	transform: translateY(-50%) scale(1.1);
}


.nynews_list_text {
	padding: 0px;
	width: 100%;
	float: left;
	display: block;
	height: 40px;
	text-align: center;
	background: rgba(0,0,0,0.5);
	position: absolute;
	bottom: 0px;
	line-height: 40px;
}
.cur .nynews_list_text
{
	background: #c52620;
}


.nynews_list_text .more {
	margin-top: 70px;
	display: flex;
	width: 165px;
	margin-left: 0px;
	transition: all 0.5s;
	background: #333;
	border-radius: 0px;
	line-height: 46px;
	color: #fff;
	text-align: center;
	border-radius: 25px;
	justify-content: center;
	align-items: center;
}

.nynews_list_text .more:after {
	content: '';
	width: 15px;
	height: 11px;
	margin-left: 10px;
	background: url(../images/more.png) no-repeat left center;
}

.nynews_list_text .more:hover {
	background: #00389e;
}

.nynews_list_img .time {
	font-size: 30px;
	color: #fff;
	width: 130px;
	font-weight: bold;
	text-align: center;
	height: 130px;
	position: absolute;
	top: 0px;
	background: #0038a0;
	left: 0px;
	display: flex;
	justify-content: center;
	align-items: center;
}

.nynews_list_img .time span {
	display: block;
	font-size: 16px;
	font-weight: normal;
}

.nynews_list_ptitle a {
	font-size: 16px;
	color: #fff;
	display: block;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
}

.nynews_list_ptitle a:hover {
	color: #fff;
}

.nynews_list_summary {
	color: #999;
	font-size: 16px;
	margin-top: 20px;
	line-height: 2em;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	min-height: auto;
}

.nynews_list_text .more a {
	background: url(../images/more.png) no-repeat left center;
	width: 23px;
	height: 13px;
	margin-top: 15px;
	display: block;
}

.nynews_list_c:hover .nynews_list_text .more a {
	background: url(../images/more.png) no-repeat left center;
}

.nynews_main_center {
	padding-bottom: 100px;
	overflow: hidden;
	width: 100%;
}


.nynews_main .left
{
    width: 80%;
    padding-right: 25px;
}
.nynews_main .right
{
    width: 20%;
    position: relative;
}

.video-prev
{
    width: 60px;
    position: absolute;
    top: -60px;
    right: 80px;
}
.video-next
{
    width: 60px;
    position: absolute;
    top: -60px;
    right: 0px;
}

.video-prev:before
{
    width: 60px;
    height: 40px;
    display: block;
    font-size: 20px;
    color: #999;
    text-align: center;
    line-height: 40px;
    background: #f3f3f3;
    cursor: pointer;
    border-radius: 0%;
    content: "\f106";
    font-family: FontAwesome !important;
}
.video-prev:hover:before,.video-next:hover:before
{
	background: #e81a12;
	color:#fff;
}


.video-next:before
{
    width: 60px;
    height: 40px;
    display: block;
    font-size: 20px;
    color: #999;
    text-align: center;
    line-height: 40px;
    background: #f3f3f3;
    cursor: pointer;
    border-radius: 0%;
    content: "\f107";
    font-family: FontAwesome !important;
}
.nynews_main .right .swiper-container
{
height: 570px;
}




/**contact**/

.contact {
	overflow: hidden;
	max-width: 1340px;
	margin: auto;
	padding: 40px 20px 80px;
}

.ny_contact {
	width: 100%;
	overflow: hidden;
	padding: 100px 0px 100px;
}

.ny_contact_c {
	max-width: 1340px;
	margin: auto;
	padding: 0px 20px;
	overflow: hidden;
}

.ny_contact_l {
	width: 100%;
	float: left;
	margin-bottom: 60px;
}

.ny_contact_l li {
	width: calc((100% - 40px)/3);
	float: left;
	padding: 40px;
	border: 1px #eee solid;
	margin-right: 20px;
	min-height: 222px;
}

.ny_contact_l li:nth-of-type(3n) {
	margin-right: 0px;
}

.ny_contact_l img {
	margin-bottom: 20px;
}

.ny_contact_l p:nth-of-type(2) {
	font-size: 16px;
	line-height: 2.2em;
	color: #666;
	margin: 10px 0px;
}

.ny_contact_l p:nth-of-type(3) {
	color: #333;
	font-size: 16px;
	min-height: 48px;
}

.ny_contact_l p:nth-of-type(3) a {
	color: #333;
	font-size: 16px;
	margin-right: 20px;
}

.ny_contact_l p a {
	color: #666;
}

.ny_contact_l p:nth-of-type(1) {
	font-size: 24px;
	color: #333;
	font-weight: bold;
}

.ny_contact_l p a {
	color: #666;
}

.ny_contact_r {
	width: 100%;
	float: left;
	border: 1px #eee solid;
}


/**messages**/

.messages {
	position: relative;
	width: 100%;
	height: auto;
	background: #f6f6f6;
	z-index: 1;
	top: 0px;
	left: 0px;
	overflow: hidden;
}

.messages_c {
	width: 100%;
	max-width: 1340px;
	margin: auto;
	padding: 0px 20px;
	position: relative;
}

.messages .title {
	font-size: 34px;
	text-align: center;
	color: #333;
	margin-bottom: 30px;
}

.messages form {
	height: auto;
	display: block;
	padding: 100px 0px;
	outline: 0;
	box-shadow: 0 0 0 0rem rgb(0 123 255 / 25%);
	border: none !important;
}

.messages input {
	line-height: 60px;
	border-radius: 0px;
	display: block;
	border: none;
	padding: 0px 20px;
	margin-bottom: 35px;
	color: #999;
	width: calc((100% - 70px)/3);
	background: #fff;
	margin-right: 35px;
	float: left;
}

.messages textarea {
	width: 100%;
	border-radius: 0px;
	border: none;
	height: 100px;
	padding: 20px;
	margin-bottom: 30px;
}

.messages input:nth-of-type(3) {
	margin-right: 0px;
}

.messages button {
	width: 100%;
	height: 60px;
	border: none;
	background: #c52620;
	color: #fff;
	font-size: 16px;
	margin-left: 35px;
	outline: 0;
	box-shadow: 0 0 0 0rem rgb(0 123 255 / 25%);
}

.messages button:hover {
	background: #cd1e17;
}

.yzm_main {
	display: flex;
}

.yzm_main img {
	padding: 6px;
	background: #fff;
}

.yzm_main .yzm {
	width: calc(33% - 54px);
	margin-right: 0px;
}



/**honor**/

.honor {
	width: 100%;
	height: auto;
	overflow: hidden;
	position: relative;
	padding-bottom: 100px;
}

.honor_c {
	max-width: 1340px;
	margin: auto;
	overflow: hidden;
	margin: 100px auto 60px;
	padding: 0px 20px;
}

.honor_list {
	width: calc((100% - 70px)/3);
	float: left;
	margin-bottom: 35px;
	margin-right: 35px;
}

.honor_list:nth-of-type(3n) {
	margin-right: 0px;
}

.honor_list_c {
	border: 1px #ddd solid;
	-moz-transition: all .3s ease-in-out;
	-ms-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}

.honor_list_img {
	display: flex;
	justify-content: center;
	align-items: center;
	height: 470px;
	padding: 60px 60px 0px;
}

.honor_list_img img {
	-moz-transition: all .3s ease-in-out;
	-ms-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
	border: none;
	width: 100% !important;
	vertical-align: middle;
	transform: scale(1);
}

.honor_list_c p {
	text-align: center;
	font-size: 16px;
	color: #666;
	padding: 30px;
}

.honor_list:hover img {
	transform: scale(1.05);
}

.honor_list:hover .honor_list_c {
	border: 1px #cd1e17 solid;
}

.text-secondary {
	color: #6c757d!important;
	font-size: 24px;
	padding-bottom: 80px;
}


/**environment**/

.environment
{background: #f6f6f6;padding: 120px 0px;width: 100%;overflow: hidden;position: relative;}
.environment_c
{max-width: 1460px;padding: 0px 80px;margin: auto;position: relative;}

.environment_c .title
{font-size: 36px;color: #333;text-align: center;}
.swiper_environment
{margin-top: 40px;padding: 0px 0px;}
.swiper_environment li
{
	height: 0px;
	padding-top: 20%;
}
.swiper_environment li a
{
	background-size: cover !important;
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
}

.button_r
{position: absolute;left: 0px;top: 50%;margin-top: 18px;}
.button_r::before
{
	width: 55px;
	height: 55px;
	display: block;
	font-size: 20px;
	color: #999;
	text-align: center;
	line-height: 55px;
	background: #fff;
	cursor: pointer;
	border-radius: 100%;
	content: "\f104";
	font-family:FontAwesome !important;
}
.button_l
{right: 0;position: absolute;top: 50%;margin-top: 18px;}
.button_l::before
{
	width: 55px;
	height: 55px;
	display: block;
	font-size: 20px;
	color: #999;
	text-align: center;
	line-height: 55px;
	background: #fff;
	cursor: pointer;
	content: "\f105";
	border-radius: 100%;
	font-family:FontAwesome !important;
}

.button_l:hover:before
{
		background: #c52620;
	    color:#fff;
}
.button_r:hover:before
{
		background: #c52620;
	    color:#fff;
}





/**partners**/

.partners
{

}
.partners_c
{
	max-width: 1340px;
	margin: 120px auto 120px;
	padding: 0px 20px;
}
.partners_c .title
{
	font-size: 36px;
	color: #333;
	text-align: center;
}
.partners_c ul li
{
    width: calc((100% - 60px)/4);
    margin-right: 20px;
    float: left;
    margin-bottom: 20px;
}
.partners_c ul li:nth-of-type(4n)
{
	margin-right: 0px;
}


.partners_c ul li img
{
	width: 100%;
}

.partners_c ul
{
	overflow: hidden;
	margin-top: 40px;
}
.amap-overviewcontrol
{
	display:none;
}